
.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(checkbox.gif) no-repeat;
	display: block;
	clear: both;
	float: left;
}
.radio {
	background: url(../images/RCS/background_radio.png) no-repeat;
	height: 18px;
	width: 20px;
	position: relative;
	top: -3px;
	margin-right: 5px;
	background-color: #f6f6f6;
	margin-left: 3px;
	padding: 0;
}
.checkbox {
	background: url(../images/RCS/background_checkbox.png) no-repeat;
	float: right;
	margin-top: -3px;
	height: 18px;
	margin-bottom: 0;
	padding-right: 0;
}
.select {
	position: absolute;
	width: 142px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 17px;
	padding: 0 24px 0 8px;
	color: #494949;
	font-size: 10px;
	background: url(../images/RCS/background_select.png) no-repeat;
	overflow: hidden;
	text-transform: none;
}
